home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Jul 89 / W0082-Re Spooling Picture-Jul89 < prev    next >
Encoding:
Text File  |  1989-07-18  |  884 b   |  29 lines  |  [TEXT/GEOL]

  1. Item    9066574                         17-July-89        12:14
  2.  
  3. From:   ROSENSTEIN1                     Rosenstein, Larry
  4.  
  5. To:     D3904                           The Complete PC, PRT
  6.  
  7. cc:     MACAPP.TECH$                    MACAPP Tech
  8.  
  9. Sub:    re Spooling Picture
  10.  
  11. Ann,
  12.  
  13. One problem is that your routine PutPICTData is nested within another routine.
  14. Any substitute QuickDraw capture procs must be implemented at the top level of
  15. your file.
  16.  
  17. Also, when spooling a picture it is important that you update the picSize field
  18. in the picture handle.  For color pictures, QuickDraw sometimes pads the data
  19. to a word boundary, and it looks at the picSize field to determine how much
  20. padding is needed.
  21.  
  22. This means that you must use a couple of global variables to store the picture
  23. being created and its size, and reference those globals from PutPICTData.
  24.  
  25. Larry Rosenstein
  26.  
  27.  
  28.  
  29.